os.dirInfo.buf (field)

7 uses

	os (current package)
		dir_unix.go#L19: 	buf  *[]byte // buffer for directory I/O
		dir_unix.go#L38: 	if d.buf != nil {
		dir_unix.go#L39: 		dirBufPool.Put(d.buf)
		dir_unix.go#L40: 		d.buf = nil
		dir_unix.go#L48: 		f.dirinfo.buf = dirBufPool.Get().(*[]byte)
		dir_unix.go#L70: 			d.nbuf, errno = f.pfd.ReadDirent(*d.buf)
		dir_unix.go#L81: 		buf := (*d.buf)[d.bufp:d.nbuf]